lcTIN_GetNextTrian Home

Returns a handle to the triangle that is placed after the specified triangle in a TIN object.

 HANDLE lcTIN_GetNextTrian (
   HANDLE hTrian
 );

Parameters
hTrian
  Handle to a TIN triangle.

Return Value

  Handle to the triangle that is placed after hTrian in the triangles list.
If there are no triangles after hTrian, the function returns NULL.

See Also

  lcTIN_GetFirstTrian